IGroup.AddAxis method
Adds an axis to a group. This command can't be buffered. It can only be used in the GroupDisabled state.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
void AddAxis(
IAxis axis,
int indexInGroup
)
Sub AddAxis(
axis As IAxis,
indexInGroup As Integer
)
Parameters
axis
Type: IAxis
The axis to be added to the group. Each group can contain up to 64 axes.
indexInGroup
Type: int
The index of an axis in the group.
Remarks
- It can be used only in the GroupDisabled state.
- Each IndexInGroup can be used only once, otherwise it leads to an error.
See also